In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / GetPageImageSize Method

GetPageImageSize Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(276)>

Function GetPageImageSize( _

   ByVal ImageIdx As Integer, _

   ByRef Width As Integer, _

   ByRef Height As Integer _

) As GdPictureStatus
[DispId(276)]

GdPictureStatus GetPageImageSize( 

   int ImageIdx,

   ref int Width,

   ref int Height

)
function GetPageImageSize( 

    ImageIdx: Integer;

   var  Width: Integer;

   var  Height: Integer

): GdPictureStatus; 
DispIdAttribute(276)

function GetPageImageSize( 

   ImageIdx : int,

   Width : int,

   Height : int

) : GdPictureStatus;
[DispId(276)]

GdPictureStatus GetPageImageSize( 

   int ImageIdx,

   ref int Width,

   ref int Height

) 
[DispId(276)]

GdPictureStatus GetPageImageSize( 

   int ImageIdx,

   int% Width,

   int% Height

) 

Parameters

ImageIdx
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members